set

@JvmName(name = "setTags")
operator fun DslList<Int, TileKt.FeatureKt.Dsl.TagsProxy>.set(index: Int, value: Int)
Tags of this feature are encoded as repeated pairs of
integers.
A detailed description of tags is located in sections
4.2 and 4.4 of the specification

repeated uint32 tags = 2 [packed = true];

Parameters

index

The index to set the value at.

value

The tags to set.


@JvmName(name = "setGeometry")
operator fun DslList<Int, TileKt.FeatureKt.Dsl.GeometryProxy>.set(index: Int, value: Int)
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in
section 4.3 of the specification.

repeated uint32 geometry = 4 [packed = true];

Parameters

index

The index to set the value at.

value

The geometry to set.